/*@font-face
{  font-family: "APLFont";
  src:
    local("APL385 Unicode"),
    local("APLX Upright"),
    local("Courier APL2 Unicode"),
    local("SImPL"),
    local("SiMPL medium"),
    url("apl385.eot");
}*/

@font-face
{   font-family: APLFONT;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.sigapl.org/aplnet.ttf);
}

a img {border-width: 2px; }
a div {border-width: 8px; border-top-style: none;  border-left-style: solid; border-color: white; text-decoration: none; color: 000; }
a:link {color: #00f; text-decoration: underline; }
a:visited {color: #00f; text-decoration: underline; }
a:hover {color: #60C; text-decoration: none; }
a:active {color: #888; text-decoration: none; }

<style>
  .bordered {
    width: 200px;
    height: 100px;
    padding: 20px;
    border: 10px solid yellowgreen;
  }
</style>

/*@font-face
{  font-family: Gentium;
  src: url(http://example.com/fonts/Gentium.ttf);
}*/

pre
{   font-family: APLFONT, monospace;
    padding-left: 20px;
}

html, body {height: 100%;
padding: 0;
margin: 0;
font-family: Verdana, "Trebuchet MS", sans-serif;
font-size: 0.9em; }

#wrap {min-height: 100%; 
	width: 100%;}

#main {overflow: auto;
	padding-bottom: 40px; }

/*Opera Fix*/
body:before
{	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#header
{	/*gradient for header*/
        /* General */
	linear-gradient(22deg, #006677, #77DDFF 80%, #77DDFF0);
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #006677 0%, #77AABB 80%, #77DDFF 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #006677 0%, #77AABB 80%, #77DDFF 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #006677 0%, #77AABB 80%, #77DDFF 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #006677), color-stop(0.8, #77AABB), color-stop(1, #77DDFF));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #006677 0%, #77AABB 80%, #77DDFF 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #006677 0%, #77AABB 80%, #77DDFF 100%);

	text-align: center;
	display: block;
	padding-top: 10px;
	margin-bottom: -5px;
}	

	#navigation
{	width: 100%;
	background: #000;
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
	font-family: Garamond, serif;
	font-size: 18px;
	font-weight: 600;
}

	#navigation ul
{	margin: 0px 0px;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 0%;
	padding-bottom: 15px;
}
	
#navigation ul li
{	list-style-type: none;
	display: inline;
}

#navigation a
{	display: inline;
	padding: 5px 15px;
	color: #38ACEC;
	text-decoration: none;
	border-right: 3px solid #38ACEC;
	border-left: 3px solid #38ACEC;
}

#navigation a:hover
{	background: #38ACEC;
	color: #fff;	
}

body.home a.home, body.about a.about,
body.articles a.articles, body.whitepages a.whitepages,
body.archives a.archives, body.contact a.contact
{	background: #38ACEC;
	color: #000000 !important;
}

.homeh3
{	padding-top: 20px;
	text-decoration: none !important;
	font-style: normal !important;
}

.leftbar
{	float: left;
	width: 16%;
	padding: 0px 20px 30px 30px;
	display: inline;
	vertical-align: top;
}

.leftbar ul
{	margin: 0;
	padding: 0;
}

.leftbar ul li
{	margin: 0 0 1em;
	padding: 1px 5px 1px 5px;
	list-style-type: none;
}

.ind
{	margin: 1px 0 1px 15px !important;
}

#articles_leftbar ul li:hover
{   background-color:#ccc;
}

#articles_leftbar ul a
{	text-decoration: none;
	color: #000000;
}

.leftbar h3
{	font-style: italic;
}

.leftbar h4
{	margin-left: 15px;
	font-weight: bold;
	font-style: italic;
}

.leftbar h5
{	display: inline;
	font-weight: 700;
	color: #38ACEC;
}

.simple-list
{	overflow: auto;	
	text-align: left;
	vertical-align: top;
	margin-left: 30px;
	padding-bottom: 30px;
}

.article-list
{	overflow: auto;	
	text-align: left;
	vertical-align: top;
	padding-bottom: 30px;
}

.article-list a
{	text-decoration: none;
}

.article-list h3
{	text-align: left;
}

.article-list h4
{	display: block;
	text-align: center;
	font-weight: bold;
	color: #38ACEC;
	margin: 0px;
	font-size: 120%;
}

.article-list h5
{	display: block;
	text-align: right;
	font-weight: 500;
	color: #38ACEC;
	margin: 5px;
	font-size: 105%;
}

.article-box
{	padding: 20px;
	margin: 5px;
	display: inline-block;
	width: 27%;
	vertical-align: top;
	text-align: justify;
}

div.article-box:hover
{   background-color:#ccc;
}

#events
{	float: left;
	width: 40%;
	padding: 20px 0;
	margin: 0 0 0 2%;
	vertical-align: top;
}

#events h2 { margin-top: 10px; }

#events h3
{	font-style: italic;
	display: block;
	margin-bottom: 0px;
}

#news
{	float: right;
	width: 32%;
	padding: 20px 0;
	margin: 0 2% 0 0;
	display: inline;
	vertical-align: top;
}

#news h3
{	font-style: italic;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}

#whitepage_sub
{	float: left;
	vertical-align: top;
	padding: 2px 0 0 20px;
}

#whitepage_sub form { padding-left: 5%; }

#whitepage_sub h6 {display: inline; }

#contactus1
{	text-align: left;
	width: 55%;
	padding: 0 10px 30px 20px;
	float: left;
	vertical-align: top;
}

#contactus1 h2
{	text-align: center;
	display: block;
	padding-top: 10px;
	font-style: italic;
}

#steering
{	text-align: left;
}

#steering h6
{	display: inline;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

#steering h5
{	display: inline;
	font-size: 110%;
	font-weight: 300;
}

#steering table
{	border-collapse: collapse;
	border: 1px black;
	font-size: 13px;
	width: 100%;
}

#steering td
{	padding: 5px;
}

.sa
{	background: #38ACEC;
}

.sb
{
	background: #CCCCCC;
}

#contactus2
{	text-align: justify;
	width: 38%;
	padding: 0 30px 10px 20px;
	float: right;
	vertical-align: top;
}

.required
{font-weight: bold;
color: FF0000;
display: inline;
}

.content
{	padding: 0 20px 20px 20px;
	vertical-align: top;
}

.content ul li
{
	list-style-type: none;
	padding: 5px;
}
	
.content h6
{	padding-right: 20px;
	margin: 0;
	text-align: right; }

.content table
{	border-collapse: collapse;
}

.content td
{	padding: 5px;
	border: 2px solid black; }

.d0
{	background: #309;
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 17px; }

.d1
{	background: #fff;
	padding: 10px; }
	
.d2
{	background: #cff;
	padding: 10px; }
	
.da
{	background: #ccc;
	padding: 10px;
	color: #000;
	font-weight: 900;
	font-size: 18px;
	text-align: center; }

.da a:link {color: #000; text-decoration: underline; }
.da a:visited {color: #000; text-decoration: underline; }
.da a:hover {color: #00f; text-decoration: none; }
.da a:active {color: #00f; text-decoration: none; }
	
.title
{	text-align: center;
	font-weight: 900;
	font-size: 20px;
}

.subheader
{	font-size: 18px;
	font-weight: 400;
	text-align: left;
}

.letter
{	text-align: right;
	font-weight: 800;
	font-size: 18px;
	margin: -10px 0 2px 0;
}
	
#footer
{	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 30px;
	clear: both;
	background: #ccc; 
	text-align: right;
	padding: 10px 20px 0 0;
}

.two-columncontent
{	margin: -12px 0 0 20px;
	vertical-align: top;
	float: left;
	display: inline;
	width: 48%;
}

.two-columncontent ul li
{	list-style-type: none;
	padding: 1px;
}

.two-columncontent h3
{	margin-bottom: -5px;
}

.jumpto
{	display: block;
	visibility: hidden;
}

.clear
{	clear: both;
	display: block;
	visibility: hidden;
}

.orgaddress
{	width: 300px;
	float: right;
	vertical-align: top;
}

.orgaddress p
{	margin: 0;
}

.orginfo
{	float: left;
	vertical-align: top;
	margin-bottom: 15px;
}

.orginfo h4
{	margin-top: 0;
}

summary::-webkit-details-marker
{  display: none
}
summary:after
{ background: red; 
  border-radius: 5px; 
  content: "+"; 
  color: #fff; 
  float: left; 
  font-size: 1.5em; 
  font-weight: bold; 
  margin: -5px 10px 0 0; 
  padding: 0; 
  text-align: center; 
  width: 20px;
}
details[open] summary:after
{  content: "-";
}

summary:focus
{	outline-style: none;
}	
details:focus
{	outline-style: none;
}
/*.three-columncontent
{	margin: -40px 0 0 20px;
	vertical-align: top;
	float: left;
	display: inline;
	width: 30%;
}

.three-columncontent ul li
{
	list-style-type: none;
	padding: 5px;
}
*/

/*#fontwarning
{	float: right;
	font-weight: bold;
	border: 5px solid black;
	display: inline;
	padding: 5px;
	margin-right: 20px;
}*/
